3.2.70 \(\int \frac {x^{-1+\frac {n}{2}}}{\sqrt {b x^n}} \, dx\) [170]

Optimal. Leaf size=19 \[ \frac {x^{n/2} \log (x)}{\sqrt {b x^n}} \]

[Out]

x^(1/2*n)*ln(x)/(b*x^n)^(1/2)

________________________________________________________________________________________

Rubi [A]
time = 0.00, antiderivative size = 19, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 2, integrand size = 19, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.105, Rules used = {15, 29} \begin {gather*} \frac {x^{n/2} \log (x)}{\sqrt {b x^n}} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[x^(-1 + n/2)/Sqrt[b*x^n],x]

[Out]

(x^(n/2)*Log[x])/Sqrt[b*x^n]

Rule 15

Int[(u_.)*((a_.)*(x_)^(n_))^(m_), x_Symbol] :> Dist[a^IntPart[m]*((a*x^n)^FracPart[m]/x^(n*FracPart[m])), Int[
u*x^(m*n), x], x] /; FreeQ[{a, m, n}, x] &&  !IntegerQ[m]

Rule 29

Int[(x_)^(-1), x_Symbol] :> Simp[Log[x], x]

Rubi steps

\begin {align*} \int \frac {x^{-1+\frac {n}{2}}}{\sqrt {b x^n}} \, dx &=\frac {x^{n/2} \int \frac {1}{x} \, dx}{\sqrt {b x^n}}\\ &=\frac {x^{n/2} \log (x)}{\sqrt {b x^n}}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.00, size = 19, normalized size = 1.00 \begin {gather*} \frac {x^{n/2} \log (x)}{\sqrt {b x^n}} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[x^(-1 + n/2)/Sqrt[b*x^n],x]

[Out]

(x^(n/2)*Log[x])/Sqrt[b*x^n]

________________________________________________________________________________________

Maple [A]
time = 0.03, size = 20, normalized size = 1.05

method result size
risch \(\frac {x^{\frac {n}{2}} \ln \left (x \right )}{\sqrt {b \,x^{n}}}\) \(20\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x^(-1+1/2*n)/(b*x^n)^(1/2),x,method=_RETURNVERBOSE)

[Out]

1/(b*(x^(1/2*n))^2)^(1/2)*x^(1/2*n)*ln(x)

________________________________________________________________________________________

Maxima [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Failed to integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^(-1+1/2*n)/(b*x^n)^(1/2),x, algorithm="maxima")

[Out]

integrate(x^(1/2*n - 1)/sqrt(b*x^n), x)

________________________________________________________________________________________

Fricas [A]
time = 0.37, size = 30, normalized size = 1.58 \begin {gather*} \frac {\sqrt {b x^{2} x^{n - 2}} \log \left (x\right )}{b x x^{\frac {1}{2} \, n - 1}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^(-1+1/2*n)/(b*x^n)^(1/2),x, algorithm="fricas")

[Out]

sqrt(b*x^2*x^(n - 2))*log(x)/(b*x*x^(1/2*n - 1))

________________________________________________________________________________________

Sympy [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \int \frac {x^{\frac {n}{2} - 1}}{\sqrt {b x^{n}}}\, dx \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x**(-1+1/2*n)/(b*x**n)**(1/2),x)

[Out]

Integral(x**(n/2 - 1)/sqrt(b*x**n), x)

________________________________________________________________________________________

Giac [A]
time = 1.93, size = 20, normalized size = 1.05 \begin {gather*} \frac {2 \, \log \left (\sqrt {{\left | x \right |}^{n}} \sqrt {{\left | b \right |}}\right )}{\sqrt {b} n} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^(-1+1/2*n)/(b*x^n)^(1/2),x, algorithm="giac")

[Out]

2*log(sqrt(abs(x)^n)*sqrt(abs(b)))/(sqrt(b)*n)

________________________________________________________________________________________

Mupad [F]
time = 0.00, size = -1, normalized size = -0.05 \begin {gather*} \int \frac {x^{\frac {n}{2}-1}}{\sqrt {b\,x^n}} \,d x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x^(n/2 - 1)/(b*x^n)^(1/2),x)

[Out]

int(x^(n/2 - 1)/(b*x^n)^(1/2), x)

________________________________________________________________________________________